Skip to content

feat(wear): add Wear OS quick capture companion app#11

Merged
colonelpanic8 merged 4 commits into
masterfrom
codex/add-wear-os-support
Jul 11, 2026
Merged

feat(wear): add Wear OS quick capture companion app#11
colonelpanic8 merged 4 commits into
masterfrom
codex/add-wear-os-support

Conversation

@colonelpanic8

@colonelpanic8 colonelpanic8 commented May 4, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a native Wear OS companion app for Mova quick todo capture.

The watch app can capture a todo with the default org-agenda-api template, stores failed submissions locally, and retries queued items. The Android phone app syncs active Mova server credentials to Wear OS through the Wear Data Layer whenever credentials are saved, loaded, updated, or cleared.

Validation

  • yarn typecheck

  • yarn lint

  • yarn test:unit --runInBand --no-watchman

  • nix develop --impure .#android --command bash -lc 'cd android && ./gradlew :wear:assembleDebug :app:compileDebugKotlin'

  • nix develop --impure .#android --command bash -lc 'cd android && ./gradlew :wear:lintDebug'

  • nix develop --impure .#android --command bash -lc '$ANDROID_HOME/build-tools/36.0.0/aapt dump badging android/wear/build/outputs/apk/debug/wear-debug.apk | rg "watch|launchable|uses-feature|wearable|application-label|sdkVersion|package:"'

Notes

  • Runtime testing on a physical Wear OS device/emulator is still pending.
  • The feature intentionally propagates server credentials onto the Wear device so it can capture directly without the phone app in the foreground.

@colonelpanic8 colonelpanic8 changed the title [codex] add Wear OS quick capture feat(wear): add Wear OS quick capture companion app Jul 11, 2026
@colonelpanic8 colonelpanic8 marked this pull request as ready for review July 11, 2026 20:30
@colonelpanic8 colonelpanic8 merged commit 1bb7a80 into master Jul 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant